libxl: don't check s!=NULL in libxl__abs_path
authorWei Liu <wei.liu2@citrix.com>
Tue, 14 Jul 2015 16:41:04 +0000 (17:41 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 15 Jul 2015 09:56:04 +0000 (10:56 +0100)
commit048f1a170afcb6ee246cf2e074603435ed368d83
tree29fcc7b51ceb921873e17ba924e8bdd8a75b3348
parente9d3a859977913704605e0fd87887451b12d4722
libxl: don't check s!=NULL in libxl__abs_path

That argument should not be NULL. Let subsequent dereferencing crashes
the process.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_internal.c